.. _`Transform Text`: .. _`org.sysess.sympathy.machinelearning.transform_text`: Transform Text `````````````` .. image:: transform_text.svg :width: 48 Applies a transformation model to the given text data Definition :::::::::: Input ports ........... **in-model** | Type: model | Description: Input model **X** | Type: [text] | Description: X Output ports ............ **output** | Type: table | Description: Output table Configuration ............. **Output names** (names method) Method used to generate output names **Transpose output** (transpose) Transposes output data, suitable for large number of features (eg. word counts) Examples ........ The node can be found in: * :download:`Text_Classification.syx ` Implementation .............. .. automodule:: node_application :noindex: .. class:: TransformText :noindex: